ImagePosition Enumeration
Specifies the location of an image relative to the text of a control.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum ImagePosition
Public Enumeration ImagePosition
| Start | 0 |
Image is placed before the text.
|
| End | 1 |
Image is placed after the text.
|
| Top | 2 |
Image is placed above the text.
|
| Bottom | 3 |
Image is placed below the text.
|
| None | 4 |
None.
|